From 1e869311c136acc776e7bb4223506596231ae817 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 24 Jan 2012 22:51:05 -0500 Subject: [PATCH] GtkApplicationWindow: Some more docs --- gtk/gtkapplicationwindow.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 5f8b1b375e..6115ba5e4c 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -55,6 +55,10 @@ * prefix. Actions must be addressed with the prefixed name when * referring to them from a #GMenuModel. * + * Note that widgets that are placed inside a GtkApplicationWindow + * can also activate these actions, if they implement the + * GtkActionable interface. + * * As with #GtkApplication, the GDK lock will be acquired when * processing actions arriving from other processes and should therefore * be held when activating actions locally (if GDK threads are enabled). -- 2.30.2